PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFViewport Class / setMeasure Method
The viewport measure.
In This Topic
    setMeasure Method
    In This Topic
    Sets the viewport measure.
    The measure specifies the alternative coordinate system for the viewport. It provides the information needed to convert coordinates in the page's coordinate system to coordinates in the measuring coordinate system.
    Syntax
    public void setMeasure( 
       PDFMeasure value
    )

    Parameters

    value
    The viewport measure.
    See Also